There was an error in the installation file.

find:
E: admin directory /configuration.php
Add:
tep_module_change($action, $class);
Before:
if ($action == 'install') {

should be:
E: admin directory /modules.php
Add:
tep_module_change($action, $class);
Before:
if ($action == 'install') {

More...