When I clicked to view page 2, it went to the About Me tab. The About Me tab is also where I end up if I just go to the profile page. That is not what it does by default - the default is to go to the Activity Tab. I am guessing you have a plugin which has changed this. Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);