Let $T=\begin{pmatrix}a&b\\c&d\end{pmatrix}$ be a non-scalar matrix.
If $S=\begin{pmatrix}e&f\\g&h\end{pmatrix}$ be such that $TS=ST$. Why there exists $\alpha,\beta\in \mathbb{C}$ such that $$S=\alpha T+\beta I\;?$$
Note that $TS-ST=0$ is equivalent to
$$\begin{bmatrix}bg-fc & af+bh-eb-fd\\ ce+dg-ga-hc & fc-bg\end{bmatrix} = \begin{bmatrix}0 & 0\\0 & 0\end{bmatrix}$$ This implies that $$\begin{cases} bg-fc = 0,\\ af+bh-eb-fd = 0,\\ ce+dg-ga-hc = 0,\\ fc-bg = 0. \end{cases}$$ Since $T$ is non scalar, then $b\neq 0$ or $c\neq 0$ or $a\neq d$. However, I cannot find $\alpha$ and $\beta$.