I tried to install it with a different prefix from "sapi_" and a different database name from "shop" and it doesnt work well, the installation script is coded with "SELECT * FROM ´sapi_tree´ WHERE .." when it should be something like "SELECT * FROM ´".$sql_prefix."_tree ..´ and the administration page is also coded that way.