I have found the solution to my problem. What you need to do for any future readers is this.
Add in at the very top of you home.php
<?php if (is_home() && !is_paged()) {>
Then you front page design with the loops etc.
<?php } else }?>
Then your second page design.
<?php }?>
You could probably repeat this using other condition tags.