Shehan,
the existing user page facility (click on your own username) shows all the recent activity you've been involved in already. You could add a link to this page to the menu in a custom PHP theme (or with 1.4, using the new theme layers facility).
You would need to determine the username of the current user in the theme code, perhaps by overriding the theme's header() function, and add a link to the menu by inserting it into the correct place in the $this->content['navigation'] structure.