The create view should not be a problem if you are getting past step2, this is where the db is setup. Step 4 is setting the site settings. To see what the error might be you should open up this page and add in the following php code to the top of the page:
install > 4.php
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
Please give this a try and view this page again, it should let you know if there is an error occurring and what it is.