In line 99 of hierarcy.module, and in line 83 of xHierarchy.module, replace

... FROM {location} location INNER JOIN node node ...

with

... FROM {location} location INNER JOIN {node} node ...

Otherwise who uses a prefix for drupal tables will get an error.