Clementine offers a few methods to cluster the data, K-means being a popular choice.
There is also a scaleable SPSS method called 'TwoStep', and a simple Kohonen implementation that can both cluster the data well. Kohonen offers different visualisation options, but uses far more memory to build the model (so you cannot often build model using large samples).
Clementine's K-means node also automatically scales categorical inputs so these can be used (not just numerical data).
Cheers
Tim