The column space is the span of the column vectors of $A$, The original matrix. As got it--thanks commented, row reduction does not preserve the column space.
So the column space is:
$\mathrm{span}\bigg(\begin{bmatrix} 3 \\ 3 \\ -2 \\ -2 \\ 4 \end{bmatrix}, \begin{bmatrix} 3 \\ 5 \\ 4 \\ -4 \\ 9 \end{bmatrix}, \begin{bmatrix} 3 \\ 1 \\ -8 \\ 0 \\ -1 \end{bmatrix}\bigg)$.
To find an actual basis for the column space, we need to reduce this list to a linearly independent list, if it is not already.
In fact, you can show that these three vectors are not linearly independent. Particularly, the third can be written as a linear combination of the first two.
Since the first two are linearly independent (which you should verify), we can write $\bigg(\begin{bmatrix} 3 \\ 3 \\ -2 \\ -2 \\ 4 \end{bmatrix}, \begin{bmatrix} 3 \\ 5 \\ 4 \\ -4 \\ 9 \end{bmatrix}\bigg)$ as a basis for the column space.