Some error in mysql script ? Can’t working to create table

Finally i replaced

register_activation_hook( __FILE__, 'lots_install' );

to

add_action('activated_plugin','lots_install');

and work well !!!