Otherwise try this please:
Edit the SQL install file (Root/installation/SQL/mysql/joomla.sql) in something like notepad++ and replace all "ENGINE=InnoDB" with "ENGINE=MyIsam" the DB type is more responsive to the Joomla install conditions.
and it worked
edit \wamp\bin\apache\Apache2.4.4\bin\php.ini to:
max_execution_time = 180 (default was 30)
max_input_time = 180 (default was 60)
to be sure that Database Installation has enough time to create tables.