With a clean install of Scuttle I found that both the import bookmarks pages (importNetscape.php and import.php) do not work - instead the both display the source of the PHP files.
This is caused by both files not having the correct php declaration at the beginning of the file eg -both of these files first line was:
<?
However they should have been:
<?php
So just simply update these files.
HTH
Tim